Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
May 30, 2007, 3:30:22 PM (17 years ago)
- Author:
-
John Bailey
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v22
|
v23
|
|
101 | 101 | See [wiki:SmileyThemes the page on smileys]. |
102 | 102 | |
| 103 | === How can I unblock someone? === |
| 104 | See the "Privacy" option under the "Tools" menu in the Buddy List. |
| 105 | |
103 | 106 | === Why are the status icons so big? === |
104 | 107 | We believe that, by adding a second line of text to each buddy list entry, we're able to show more information about each buddy on the buddy list. The "Big List," as we call it, shows status text and idle time concisely and attractively. Most importantly, it puts the buddy icon in the list, making it far easier to locate buddies within a large list where names are harder to pick out than images. Due to the increased usability of this interface, we have made it the default. |
… |
… |
|
111 | 114 | === How do I make Pidgin use ALSA or OSS for playing sounds? What does the "Automatic" option do? === |
112 | 115 | The "Automatic" option lets gstreamer pick how the sounds are played. You can use the `gstreamer-properties` tool to control this if you use GNOME. |
| 116 | |
| 117 | === Why does Pidgin use the same `WM_CLASS` for every window? === |
| 118 | Both strings in the `WM_CLASS` property are supposed to be the same for all windows in the same instance of an application. ICCCM states that one is meant to be the same for all instances of the application and the other is meant to be unique to that instance of the application. ICCCM also states, "If a client has multiple windows with identical `WM_CLASS` and `WM_NAME` properties, then it should provide a `WM_WINDOW_ROLE` property." |
| 119 | |
| 120 | GTK+ sets these `WM_CLASS` values for us so that they are unique for Pidgin instances, and the documentation for the `gtk_window_set_wmclass` function says explicitly not to use it for anything else. Pidgin uses the `WM_WINDOW_ROLE` hint to differentiate windows. If your window manager is having problems differentiating between Pidgin windows, please ensure it uses the `WM_WINDOW_ROLE` hint per the ICCCM. |
| 121 | |
| 122 | === What is a "Buddy Pounce"? === |
| 123 | Pidgin introduced buddy pounces a few releases before AOL came out with "Buddy Alerts." Despite this, you could think of a buddy pounce as an alert and get an idea of the most minimal use of a buddy pounce. In reality, a buddy pounce is much like a macro, or a recorded action. When you set a pounce on someone, you can choose from a number of events, such as sign on or status change, and then you choose from a number of actions. These actions include everything from playing a sound (like an alert would do) to sending a message to the person, to executing a command. This action will occur the next time pidgin detects the event, i.e. the next time the person in your buddy list who you have pounced signs on. |
| 124 | |
| 125 | === Can I use Pidgin for e-mail, blogging, an RSS feed, or something else that isn't IM-related? === |
| 126 | No, you can't. We get requests for this often, but Pidgin is indeed a messaging client. Aside from the capabilities each protocol may support, the Pidgin developers have no intention to turn Pidgin into a multi-feature Internet client capable of doing everything under the sun. We also won't be helping to develop plugins to turn it into that. There are many Internet applications available for Linux, Windows, or whatever operating system you use that would undoubtedly do a better job. |
| 127 | |
| 128 | Note that LiveJournal provides an XMPP messaging service which makes it possible to make entries to your blog via IM, no matter what XMPP-supporting IM client you use. |
113 | 129 | |
114 | 130 | == Windows Specific == |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!